home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / comm / misc / dring.lha / rexx / rings.rexx < prev    next >
OS/2 REXX Batch file  |  1999-02-14  |  136b  |  12 lines

  1. /* Set rings before answer */
  2.  
  3. ADDRESS DRING
  4.  
  5. parse arg num
  6.  
  7. if num~="" THEN
  8.   "Rings" num
  9. else
  10.   say "USAGE: rings.rexx <rings>"
  11. endif
  12.